Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
Python Tutorial
1) Buildin Function
2) Buildin Module
3) CGI Web
4) Class
5) Collections
6) Data Type
7) Database
8) Dictionary
9) File
10) Function
11) Introduction
12) List
13) Network
14) Operator
15) Regular Expressions
16) Statement
17) String
18) Thread
19) Tkinker
20) Tuple
21) Windows
22) Wxpython
23) XML
Regular Expressions
1) Classes and special sequences
2) Compiled regular-expression and match objects
3) Dig out path
4) Escape string
5) Find a string
6) Find the punctuation
7) Finding Numbers
8) Finding the Extension
9) Grouping and greedy operations
10) Handling Different Separators
11) Handling Leading Characters
12) Handling Numbers Without Separators
13) Here is an example of a failed match where None is returned
14) Matching at the End of a String
15) Matching Strings with match()
16) Matching Whole Words
17) Obtain a tuple of all the subgroups matched
18) Phone Number, Wherever I May Find Ye
19) Re findall returns a list of all occurrences of the given pattern
20) Re sub substitutes the leftmost, nonoverlapping occurrences of a pattern with a given replacement
21) Regular-expression string manipulation
22) Repetition patterns, matching vs searching
23) Repetition, Special Characters, and Grouping
24) Searching and Replacing with sub() [and subn()]
25) Simple regular-expression example
26) Split Output of Unix who Command (rewho py)
27) The maxsplit argument indicates the maximum number of splits allowed
28) Use re package with text file
29) With re split you can split on any sequence of space characters and commas